home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 March / CHIP Mart 1997.iso / SurfCam / SURFCAM.Z / ULT1.M3 < prev    next >
Text File  |  1996-04-01  |  4KB  |  154 lines

  1. name Hurco Ultimax I
  2.  
  3. % 00
  4. / 00
  5. ( 00
  6. N 5 Limit 59999
  7. G >2
  8. X ->3.>4
  9. Y ->3.>4
  10. Z ->3.>4
  11. A ->3.>4
  12. I ->3.>4
  13. J ->3.>4
  14. K ->3.>4
  15. z >3.>4 Z
  16. Q >3.>4 Z
  17. F >3.1
  18. T >2
  19. D >3.>4
  20. S >4
  21. M >2
  22. E 00
  23. e >3.>4
  24. f >3.>4
  25. s >2
  26. ) 00
  27.  
  28. ModalLetters X Y Z z F T              # List of letters that are modal    
  29.  
  30. ModalGs 0 1 2 3 17 18 19 74 75 80 81 82 83 84 85 86 87  # List of g codes that are modal    
  31.  
  32. Sequence#s N 1 1 1                    # Char, freq, incr & start          
  33. First#? N                             # Y or N  'Output 1st sequence no.  
  34. Last#? N                              # Y or N  'Output last sequence no. 
  35.  
  36. HCode X                               # X or X U  'Horizontal char.       
  37. VCode Y                               # Y or Y V  'Vertical char.         
  38. Dcode Z                               # Depth char.                       
  39. FeedCode F                            # Feed rate char.                   
  40.  
  41. Comment /( )                          # Begin End comment char.           
  42.  
  43. Spindle 3 4 5                         # Cw, ccw & stop m codes            
  44. Coolant 8 9 7                         # On, Off & Mist m codes            
  45. DComp 41 42 40                        # Left, Right & Cancel m codes      
  46.   #LComp 43 49
  47.  
  48. Feed G1                             # Linear move                       
  49. Rapid G0                            # Rapid positioning word            
  50. Cw G2                               # Circular move clockwise           
  51. Ccw G3                              # Circular move counter clockwise   
  52.  
  53. Inc/Abs G 91 90                       # Inc & Abs char. & values          
  54.  
  55. CtrCode I J K                         # I J or R or I J K L               
  56. Helical? Y
  57.  
  58. Spaces? Y                             # Y or N  'Spaces between words     
  59.  
  60. Incremental? N                        # Y or N  'Inc or abs output        
  61. CtrIncremental? N                     # Y or N  'Inc or abs I & J         
  62. ByQuadrants? N                        # Y or N  'Break arcs at quadrants  
  63.  
  64. Inch/MM 70 71                         # Inch & Metric g codes             
  65.  
  66. UppercaseComments? Y                  # Y or N 'Require uppercase comments
  67.  
  68.  
  69. Drill 1                               # Drilling canned/manual cycle      
  70. G81 X[H] Y[V] z[D] F[FRate]
  71. X[H] Y[V]
  72. end cancel
  73.  
  74. Peck 1                                # Pecking canned/manual cycle       
  75. G83 X[H] Y[V] z[D] Q[VBite] F[FRate]
  76. X[H] Y[V]
  77. end cancel
  78.  
  79. Tap 1                                 # Tapping canned/manual cycle       
  80. G84 X[H] Y[V] z[D] F[Frate]
  81. X[H] Y[V]
  82. end cancel
  83.  
  84. Ream 1                                # Reaming canned/manual cycle       
  85. G85 X[H] Y[V] z[D] F[FRate]
  86. X[H] Y[V]
  87. end cancel
  88.  
  89. Bore 1                                # Boring canned/manual cycle        
  90. G86 X[H] Y[V] z[D] F[FRate]
  91. X[H] Y[V]
  92. end cancel
  93.  
  94. Cancel                                # Cancel a canned/manual cycle      
  95. G0 G80 Z[Rplane]
  96. end
  97.  
  98. StartCode                             # Start of the program              
  99. %0
  100. End
  101.  
  102. 1stToolChange                         # First tool change                 
  103. G0 G17 G40 G[Unitmode] G90
  104. G75 G80
  105. M25
  106. /0 (0 e[ToolDiam] f[corner] s[Style] )0
  107. T[Tool] D[ToolDiam] M6
  108. S[Speed] M[Direct]
  109. G0 X[H] Y[V]
  110. Z[RPlane] M[Cool]
  111. End
  112.  
  113. Infeed                                # Enable cutter comp                
  114. G[Side] X[H] Y[V] F[FRate]
  115. end
  116.  
  117. Outfeed                               # Disable cutter comp               
  118. G1 G40 X[H] Y[V]
  119. end
  120.  
  121. ToolChange                            # Secondary tool changes            
  122. M25
  123. e[ToolDiam] f[corner] s[Style]
  124. G90 X[ToolH] Y[ToolV] M[Cool]
  125. T[Tool] D[ToolDiam] M6
  126. S[Speed] M[Direct]
  127. G0 X[H] Y[V]
  128. G0 Z[RPlane] M[Cool]
  129. End
  130.  
  131. EndCode                               # End of the program                
  132. M25
  133. G90 X[ToolH] Y[ToolV] M[Cool]
  134. M2
  135. E0
  136. End
  137.  
  138. CwCode                                # CW circular move                  
  139. G2 X[H] Y[V] I[HCtr] J[VCtr] F[FRate]
  140. end
  141.  
  142. CcwCode                               # CCW circular move                 
  143. G3 X[H] Y[V] I[HCtr] J[VCtr] F[FRate]
  144. end
  145.  
  146. replace "s10" with " End Mill"
  147. replace "s12" with " Ball Nose"
  148. replace "s13" with " Drill"
  149. replace "s16" with " Tap"
  150. replace "e" with " Tool Diameter: "
  151. replace "f" with " Tool Corner: "
  152. replace " (" with "("
  153. replace " )" with ")"
  154.